home *** CD-ROM | disk | FTP | other *** search
- INT(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- IINNTT, IIIINNTT, JJIINNTT, KKIINNTT, IIDDIINNTT, IIIIDDIINNTT, JJIIDDIINNTT, KKIIDDIINNTT, IIQQIINNTT, IIIIQQIINNTT,
- JJIIQQIINNTT, KKIIQQIINNTT, IIFFIIXX, IIIIFFIIXX, JJIIFFIIXX, KKIIFFIIXX - Converts to type integer
-
- SSYYNNOOPPSSIISS
- IINNTT (([AA==]_a [,,[KKIINNDD==]_k_i_n_d]))
- IIIINNTT (([AA==]_a))
- JJIINNTT (([AA==]_a))
- KKIINNTT (([AA==]_a))
- IIDDIINNTT (([AA==]_a))
- IIIIDDIINNTT (([AA==]_a))
- JJIIDDIINNTT (([AA==]_a))
- KKIIDDIINNTT (([AA==]_a))
- IIQQIINNTT (([AA==]_a))
- IIIIQQIINNTT (([AA==]_a))
- JJIIQQIINNTT (([AA==]_a))
- KKIIQQIINNTT (([AA==]_a))
-
- IIFFIIXX (([AA==]_a))
- IIIIFFIIXX (([AA==]_a))
- JJIIFFIIXX (([AA==]_a))
- KKIIFFIIXX (([AA==]_a))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- Fortran extensions: IIQQIINNTT, IIIINNTT, JJIINNTT, KKIINNTT, IIIIDDIINNTT, JJIIDDIINNTT, KKIIDDIINNTT,
- IIIIQQIINNTT, JJIIQQIINNTT, KKIIQQIINNTT, IIIIFFIIXX, JJIIFFIIXX, KKIIFFIIXX
-
- DDEESSCCRRIIPPTTIIOONN
- IINNTT is the generic function name. These functions truncate the
- argument specified and return type integer. These are elemental
- intrinsic functions. They accept the following arguments:
-
- _a For IINNTT, must be of type integer, real, or complex. For
- IIIINNTT, JJIINNTT, and KKIINNTT, must be single precision real. For
- IIDDIINNTT, IIIIDDIINNTT, JJIIDDIINNTT, and KKIIDDIINNTT, must be double precision
- real. For IIQQIINNTT, IIIIQQIINNTT, JJIIQQIINNTT, and KKIIQQIINNTT, must be quad
- precision real.
-
- For IIFFIIXX, IIIIFFIIXX, JJIIFFIIXX, and KKIIFFIIXX, must be of type real.
-
- The data type and kind type for single-precision,
- double-precision, and quad-precision values differ depending
- on your platform. For platform-specific information, see
- the TERMINOLOGY section of the IINNTTRROO__IINNTTRRIINN(3I) man page.
-
- _k_i_n_d An integer scalar value. The kind type to be used for the
- result. If not specified, the kind type for default
- integer. This argument is not accepted by the MIPSpro
- Fortran 77 compiler.
-
- These functions convert specified types to type integer by truncating
- toward 0 (the fraction is lost). Type conversion routines assign the
- appropriate type to Boolean arguments without shifting or manipulating
- the bit patterns they represent.
-
- NNOOTTEESS
- The names of these intrinsics cannot be passed as arguments.
-
- RREETTUURRNN VVAALLUUEESS
- The return values are of type integer. The magnitude of the return
- value does not exceed the magnitude of the argument. The sign of the
- return value is the same as the sign of _a.
-
- IINNTT, IIFFIIXX, IIDDIINNTT, and IIQQIINNTT, return an integer.
-
- IIIIFFIIXX, IIIINNTT, IIIIDDIINNTT, and IIIIQQIINNTT return an integer (KIND=2).
-
- JJIIFFIIXX, JJIINNTT, JJIIDDIINNTT, and JJIIQQIINNTT return an integer (KIND=4).
-
- KKIIFFIIXX, KKIINNTT, KKIIDDIINNTT, and KKIIQQIINNTT returns an integer (KIND=8).
-
- On IRIX systems, the --ii option on the ff9900(1) command line can affect
- the integer return values.
-
- SSEEEE AALLSSOO
- ff9900(1)
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-